data: { "_token": "{{ csrf_token() }}", "id": id }
$.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } });